home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / FAVORITE.DIR / 00014_BOOKTITLE.ls < prev    next >
Encoding:
Text File  |  1995-01-18  |  458 b   |  17 lines

  1. on mouseUp
  2.   global slct, slcline, slfile, ngyou
  3.   if line the mouseLine of field the mouseCast > 125 then
  4.     set slct to line the mouseLine of field the mouseCast
  5.     set slcline to the mouseLine
  6.     hilite line the mouseLine of field "BOOKTITLE"
  7.     set slfile to line slcline of field "zBOOKTITLE"
  8.     set the visible of sprite 12 to 1
  9.     set the visible of sprite 14 to 1
  10.     if doubleClick() then
  11.       slect()
  12.     end if
  13.   else
  14.     exit
  15.   end if
  16. end
  17.